home *** CD-ROM | disk | FTP | other *** search
- Path: bcfreenet.seflin.lib.fl.us!bcfreenet!z007400b
- From: z007400b@bcfreenet.seflin.lib.fl.us (Ralph Silverman)
- Newsgroups: comp.lang.c
- Subject: Re: Q : interprocess communication by GCC and Linux
- Date: 30 Jan 1996 16:27:44 GMT
- Organization: SEFLIN Free-Net - Broward
- Distribution: all
- Message-ID: <4elgu0$bfg@bcfreenet.seflin.lib.fl.us>
- References: <laedermann.35.31011C4B@eldp.epfl.ch>
- NNTP-Posting-Host: bcfreenet.seflin.lib.fl.us
- X-Newsreader: TIN [version 1.2 PL2]
-
- Jean-Pascal Laedermann (laedermann@eldp.epfl.ch) wrote:
- : Hello !
-
- : Working with gcc and Linux, I am interested to program multitasking.
- : Has somebody good references (books, examples ...) to interconnect two
- : simultaneous processes (memory sharing, loops ...).
-
- : Thanks.
-
- : Jean-Pascal.Laedermann@ira.unil.ch
-
- --
- **********begin r.s. response*******
-
- to learn about the electronic on line
- manual of your (unix like) system...
- enter
- man man
- .
-
- regarding the particular question
- suggest the following...
-
- man pipe
- ,
- man spawn
- ,
- man fork
- ,
- man system
- .
-
- the entries for these may direct
- attention to others, related.
-
- **********end r.s. response*********
-
-
- Ralph Silverman
- z007400b@bcfreenet.seflin.lib.fl.us
-
-